-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] fieldservice_account_analytic #1226
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] fieldservice_account_analytic #1226
Conversation
/ocabot migration fieldservice_account_analytic |
d3e562e
to
d48f879
Compare
/ocabot migration fieldservice_account_analytic |
6a59d33
to
50d20bf
Compare
50d20bf
to
4a17d52
Compare
@@ -0,0 +1 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Go to Field Service > Master Data > Locations | |
* Create or select a location | |
* Go to the Accounting tab | |
* Select a new or existing analytic account | |
* Go to Field Service> Operations > All Orders | |
* Create or select an order | |
* Select a location | |
* Go to the Accounting tab | |
* Add subcontractor costs | |
* Complete and invoice the order |
@EdgarRetes We need to create 3 analytic plans:
and:
When creating the customer invoice, vendor bill line or timesheet entry, we need to set the corresponding analytic account in each plan. We also need to activate the following settings/groups:
|
f0ef587
to
062bb59
Compare
2ecd14f
to
02dca47
Compare
- This change removes most of the invoicing logic from fieldservice_account and puts it into its own module
…invoice* and fsm_order
Currently translated at 76.0% (19 of 25 strings) Translation: field-service-14.0/field-service-14.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice_account_analytic/tr/
Currently translated at 100.0% (25 of 25 strings) Translation: field-service-14.0/field-service-14.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice_account_analytic/pt_BR/
Currently translated at 100.0% (21 of 21 strings) Translation: field-service-15.0/field-service-15.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_account_analytic/it/
Currently translated at 100.0% (21 of 21 strings) Translation: field-service-15.0/field-service-15.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_account_analytic/es_AR/
Currently translated at 95.2% (20 of 21 strings) Translation: field-service-15.0/field-service-15.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_account_analytic/pt_BR/
Currently translated at 100.0% (21 of 21 strings) Translation: field-service-16.0/field-service-16.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice_account_analytic/es/
Currently translated at 100.0% (21 of 21 strings) Translation: field-service-16.0/field-service-16.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice_account_analytic/pt_BR/
Currently translated at 100.0% (21 of 21 strings) Translation: field-service-16.0/field-service-16.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice_account_analytic/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: field-service-17.0/field-service-17.0-fieldservice_account_analytic Translate-URL: https://translation.odoo-community.org/projects/field-service-17-0/field-service-17-0-fieldservice_account_analytic/
40d4df5
to
2e6c43e
Compare
2e6c43e
to
5aee420
Compare
Account usability hasn't been merged yet. Once it is done you can test it |
@max3903