-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0][MIG] l10n_nl_xaf_auditfile_export
- Loading branch information
Showing
10 changed files
with
69 additions
and
54 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
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
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
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,7 +1,7 @@ | ||
The exporting feature is available to the users who have `Accountant` or `Adviser` rights for accounting. | ||
The exporting feature is available to the users who have `Billing Administrator` or `Accountant` rights for accounting. | ||
|
||
To configure the default start and end dates of the actual fiscal year, go to `accounting`/`settings` and change the | ||
last date of the year you want to export. Then in the form of the audit file export, by default the end-date will be set | ||
Last Day of the year you want to export. Then in the form of the audit file export, by default the end-date will be set | ||
accordingly and the start date will be 12 months before the end date. | ||
Be aware that in case the OCA module `account_fiscal_year` is installed, then the calculus of the fiscal year dates is | ||
overridden, taking by default the date range defined for the actual fiscal year (check `Settings`/`Date Ranges`). |
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,7 +1,7 @@ | ||
To use this module, you need to: | ||
|
||
* be sure that you have `Accountant` or `Adviser` rights for accounting | ||
* go to `Invoicing`/`Reports`/`Auditfile export` | ||
* be sure that you have `Billing Administrator` or `Accountant` rights for accounting | ||
* go to `Invoicing`/`Reporting`/`Auditfile export` | ||
* create a new record, adjust values if the defaults are not appropriate | ||
* click `Generate auditfile` | ||
* click `Download` on the field `Auditfile` |
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
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
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
1 change: 1 addition & 0 deletions
1
setup/l10n_nl_xaf_auditfile_export/odoo/addons/l10n_nl_xaf_auditfile_export
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../l10n_nl_xaf_auditfile_export |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import setuptools | ||
|
||
setuptools.setup( | ||
setup_requires=['setuptools-odoo'], | ||
odoo_addon=True, | ||
) |