-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from akretion/16-mig-account-invoice-subcontra…
…ctor 16 mig account invoice subcontractor
- Loading branch information
Showing
14 changed files
with
377 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 0 additions & 89 deletions
89
account_invoice_subcontractor/migrations/14.0.0.0.1/post-migration.py
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
account_invoice_subcontractor/migrations/14.0.0.0.1/pre-migration.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from . import subcontractor_work | ||
from . import hr | ||
from . import invoice | ||
from . import product | ||
from . import sale | ||
from . import hr_employee | ||
from . import account_move | ||
from . import account_move_line | ||
from . import product_template | ||
from . import res_company |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.