Skip to content

Commit

Permalink
[IMP] tg_website_event: правки для прохода pre-commit проверок
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Oct 21, 2024
1 parent 88cbbf9 commit be06c81
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions setup/tg_website_event/odoo/addons/tg_website_event
6 changes: 6 additions & 0 deletions setup/tg_website_event/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
2 changes: 1 addition & 1 deletion tg_website_event/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Contributors
Sponsors
--------

* `Tribal Gathering <https://www.tribalgathering.com/`__
* `Tribal Gathering <https://www.tribalgathering.com/>`__

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion tg_website_event/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "14.0.0.1.0",
"author": "IT-Projects LLC, Eugene Molotov",
"support": "[email protected]",
"website": "https://www.it-projects.info",
"website": "https://github.com/it-projects-llc/tg-addons",
"license": "LGPL-3",
"depends": ["website_event"],
"data": [
Expand Down
4 changes: 2 additions & 2 deletions tg_website_event/views/event_event_views.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="event_view_form" model="ir.ui.view">
<field name="name">event.event.view.form.inherit.website.tg</field>
<field name="model">event.event</field>
<field name="inherit_id" ref="website_event.event_event_view_form"/>
<field name="inherit_id" ref="website_event.event_event_view_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='website_id']" position="attributes">
<attribute name="groups" />
Expand Down

0 comments on commit be06c81

Please sign in to comment.