Skip to content

Commit

Permalink
Atualiza default da partilha de ICMS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioluna committed Jan 2, 2018
1 parent d9fb830 commit 7d7d007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br_account/models/account_invoice_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _compute_cst_icms(self):
tax_icms_fcp_id = fields.Many2one(
'account.tax', string="% FCP", domain=[('domain', '=', 'fcp')])
icms_aliquota_inter_part = fields.Float(
u'% Partilha', default=40.0, digits=dp.get_precision('Discount'))
u'% Partilha', default=20.0, digits=dp.get_precision('Discount'))
icms_fcp_uf_dest = fields.Float(
string=u'Valor FCP', compute='_compute_price',
digits=dp.get_precision('Discount'), )
Expand Down

0 comments on commit 7d7d007

Please sign in to comment.