Skip to content

Commit

Permalink
[FIX] set default false allow_cnpj_multi_ie
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrixcosta committed Jul 26, 2016
1 parent 400c852 commit 80d1a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_base/models/res_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class res_config(models.TransientModel):

allow_cnpj_multi_ie = fields.Boolean(
string=u'Permitir o cadastro de Customers com CNPJs iguais',
default=True,
default=False,
)

def get_default_allow_cnpj_multi_ie(self, cr, uid, fields, context=None):
Expand Down

0 comments on commit 80d1a7e

Please sign in to comment.