addons portados en el repo de ecocentral
This commit is contained in:
parent
f2194c5367
commit
65818b0155
72 changed files with 2474 additions and 3 deletions
8
pos_order_reorder/models/pos_config.py
Normal file
8
pos_order_reorder/models/pos_config.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from odoo import fields
|
||||
from odoo import models
|
||||
|
||||
|
||||
class PosConfig(models.Model):
|
||||
_inherit = "pos.config"
|
||||
|
||||
allow_reorder = fields.Boolean(default=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue