|
@ -18,15 +18,12 @@ |
|
|
# |
|
|
# |
|
|
############################################################################## |
|
|
############################################################################## |
|
|
|
|
|
|
|
|
import logging |
|
|
|
|
|
from openerp import fields, models |
|
|
from openerp import fields, models |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class PosConfig(models.Model): |
|
|
class PosConfig(models.Model): |
|
|
_inherit = 'pos.config' |
|
|
_inherit = 'pos.config' |
|
|
|
|
|
|
|
|
require_customer = fields.Boolean( |
|
|
require_customer = fields.Boolean( |
|
|
string='Require customer', |
|
|
string='Require customer', |
|
|
help='Require customer for orders in this point of sale') |
|
|
help='Require customer for orders in this point of sale') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|