mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 21:22:01 +02:00
19.0 vanilla
This commit is contained in:
parent
ff721d030e
commit
7721452493
1826 changed files with 124775 additions and 274114 deletions
11
odoo-bringout-oca-ocb-l10n_es/l10n_es/models/res_company.py
Normal file
11
odoo-bringout-oca-ocb-l10n_es/l10n_es/models/res_company.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from odoo import fields, models
|
||||
|
||||
|
||||
class ResCompany(models.Model):
|
||||
_inherit = 'res.company'
|
||||
|
||||
l10n_es_simplified_invoice_limit = fields.Float(
|
||||
string="Simplified Invoice limit amount",
|
||||
help="Over this amount is not legally possible to create a simplified invoice",
|
||||
default=400,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue