mirror of
https://github.com/bringout/oca-payroll.git
synced 2026-04-20 07:02:05 +02:00
Initial commit: OCA Payroll packages (5 packages)
This commit is contained in:
commit
d19274f581
407 changed files with 214057 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# Copyright 2023 Tecnativa - Víctor Martínez
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from openupgradelib import openupgrade
|
||||
|
||||
|
||||
@openupgrade.migrate()
|
||||
def migrate(env, version):
|
||||
openupgrade.load_data(
|
||||
env.cr, "payroll", "migrations/16.0.1.1.0/noupdate_changes.xml"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue