mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-19 23:32:08 +02:00
Initial commit: OCA Mrp packages (117 packages)
This commit is contained in:
commit
277e84fd7a
4403 changed files with 395154 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
from . import res_company
|
||||
|
||||
# WARNING: Order of imports matters on this module, so don't put res_company
|
||||
# below the other modules since it will lead to a missing column error when
|
||||
# the module is initialized for the first time since there are fields with
|
||||
# default values wich refer to this new res.company field.
|
||||
from . import event
|
||||
from . import event_mail
|
||||
from . import event_type
|
||||
from . import res_config_settings
|
||||
Loading…
Add table
Add a link
Reference in a new issue