-
-
Notifications
You must be signed in to change notification settings - Fork 671
[17.0][MIG] pos_edit_order_line: Migration to 17.0 #1300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 17.0
Are you sure you want to change the base?
[17.0][MIG] pos_edit_order_line: Migration to 17.0 #1300
Conversation
2cc47b8 to
d4aa1be
Compare
d4aa1be to
d809078
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
d809078 to
743d5ec
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Currently translated at 100.0% (15 of 15 strings) Translation: pos-14.0/pos-14.0-pos_edit_order_line Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_edit_order_line/it/
Currently translated at 100.0% (13 of 13 strings) Translation: pos-16.0/pos-16.0-pos_edit_order_line Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_edit_order_line/es/
Currently translated at 100.0% (13 of 13 strings) Translation: pos-16.0/pos-16.0-pos_edit_order_line Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_edit_order_line/it/
Currently translated at 100.0% (15 of 15 strings) Translation: pos-16.0/pos-16.0-pos_edit_order_line Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_edit_order_line/it/
Currently translated at 100.0% (15 of 15 strings) Translation: pos-16.0/pos-16.0-pos_edit_order_line Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_edit_order_line/es/
743d5ec to
74b8693
Compare
|
Hey @OCA/pos-maintainers would be great if someone could have a look at this module. |
| <field name="arch" type="xml"> | ||
| <div id="pos_interface_section" position="inside"> | ||
| <xpath expr="//block[@id='pos_interface_section']" position="inside"> | ||
| <div class="col-12 col-lg-6 o_setting_box" id="allow_edit_order_line"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use the "new" <setting /> tag here
see for example: https://github.com/odoo/odoo/blob/a1ee8f4d94808a5770cfaaff8361deb0e774db83/addons/pos_restaurant/views/res_config_settings_views.xml#L42-L46
| ); | ||
| } | ||
| handleChange({id, changes}) { | ||
| var self = this; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| var self = this; |
| this.popup = useService("popup"); | ||
| } | ||
| async onClick() { | ||
| var self = this; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ivantodorovich Could you please elaborate on this section to clarify what you are explaining exactly?
74b8693 to
c4ceace
Compare
c4ceace to
19a1046
Compare
No description provided.