diff --git a/pos_place/__manifest__.py b/pos_place/__manifest__.py index 580c1a288c..cbe5abf41b 100644 --- a/pos_place/__manifest__.py +++ b/pos_place/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Point of Sale - Places", "summary": "Define places on PoS orders", - "version": "12.0.1.0.4", + "version": "16.0.1.0.0", "category": "Point of Sale", "author": "GRAP,Odoo Community Association (OCA)", "maintainers": ["legalsylvain"], diff --git a/pos_place/models/pos_config.py b/pos_place/models/pos_config.py index 124229e607..3173a73a8e 100644 --- a/pos_place/models/pos_config.py +++ b/pos_place/models/pos_config.py @@ -17,7 +17,6 @@ class PosConfig(models.Model): " group to the point of sale client.", ) - @api.multi def _compute_group_pos_place_user_id(self): for config in self: config.group_pos_place_user_id = self.env.ref( diff --git a/pos_place/views/view_pos_place.xml b/pos_place/views/view_pos_place.xml index 4aeeb264f3..9155f55100 100644 --- a/pos_place/views/view_pos_place.xml +++ b/pos_place/views/view_pos_place.xml @@ -23,18 +23,15 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
- + + + +
@@ -67,7 +64,6 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). Places ir.actions.act_window pos.place - form tree,form