Skip to content

Commit

Permalink
[MIG] tg_event: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhatk0k3 committed Dec 4, 2024
1 parent eba6356 commit e36ea11
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 132 deletions.
16 changes: 8 additions & 8 deletions base_vat_panama/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Allows to proceed any TIN/RUC numbers as soon as they start with 'RUC'
Usage
=====

- Open any Partner Form
- Click ``[Edit]``
- Update **VAT** field with any string starts with 'RUC'
- Click ``[Save]``
- Result: **VAT** Number is saved
- Open any Partner Form
- Click ``[Edit]``
- Update **VAT** field with any string starts with 'RUC'
- Click ``[Save]``
- Result: **VAT** Number is saved

Bug Tracker
===========
Expand All @@ -61,9 +61,9 @@ Authors
Contributors
------------

- Alexandr Kolushov (https://github.com/KolushovAlexandr)
- Victor Bykov (https://github.com/BykovVik)
- Eugene Molotov (https://github.com/em230418)
- Alexandr Kolushov (https://github.com/KolushovAlexandr)
- Victor Bykov (https://github.com/BykovVik)
- Eugene Molotov (https://github.com/em230418)

Maintainers
-----------
Expand Down
6 changes: 1 addition & 5 deletions tg_event/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
"depends": [
"event",
],
"data": [
"views/event_views.xml",
"reports/event_registration_badge_report.xml",
"reports/event_registration_template_tg_lab.xml",
],
"data": ["views/event_views.xml"],
"demo": [],
"qweb": [],
}
38 changes: 0 additions & 38 deletions tg_event/reports/event_registration_badge_report.xml

This file was deleted.

80 changes: 0 additions & 80 deletions tg_event/reports/event_registration_template_tg_lab.xml

This file was deleted.

2 changes: 1 addition & 1 deletion tg_event/views/event_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="model">event.event</field>
<field name="inherit_id" ref="event.view_event_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='auto_confirm']" position="after">
<xpath expr="//field[@name='badge_image']" position="after">
<field name="subscribe_in_registrations" widget="many2many_tags" />
</xpath>
</field>
Expand Down

0 comments on commit e36ea11

Please sign in to comment.