mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 05:02:02 +02:00
Initial commit: L10N_Europe packages
This commit is contained in:
commit
9803722600
2377 changed files with 380711 additions and 0 deletions
4
odoo-bringout-oca-ocb-l10n_rs/l10n_rs/models/__init__.py
Normal file
4
odoo-bringout-oca-ocb-l10n_rs/l10n_rs/models/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import account_move
|
||||
10
odoo-bringout-oca-ocb-l10n_rs/l10n_rs/models/account_move.py
Normal file
10
odoo-bringout-oca-ocb-l10n_rs/l10n_rs/models/account_move.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class AccountMove(models.Model):
|
||||
_inherit = 'account.move'
|
||||
|
||||
l10n_rs_turnover_date = fields.Date(string='Turnover Date')
|
||||
Loading…
Add table
Add a link
Reference in a new issue