[MIG] l10n_it_ricevute_bancarie -> l10n_it_riba#3615
Merged
OCA-git-bot merged 90 commits intoOct 5, 2023
Conversation
Changes for 6.0 should be done in a branch for 6.0. For the reason to use 'fields.date' instead of 'time', see https://bugs.launchpad.net/openobject-server/+bug/925361 https://bugs.launchpad.net/openerp-web/+bug/918257
Moving to lp:~agilebg/openobject-italia/riba_v7_style
… wizard export riba
…ri in wizard export
…ione, data di registrazione su distinta
moves all modules into a __unported__ directory
'Technical method to migrate a module from "8.0" to "10.0" branch' gives too many conflicts
porting to new API porting to new accounting porting views porting tests FIX l10n_it_ricevute_bancarie wrong computation of payment_ids and tests ADD OCA dep for account_due_list
…t as default for action_riba_da_emettere
debit bank is not mandatory in CBI file From documentation: 2.7 Struttura del record - codice fisso “40” 71-120 f an Banca/sportello domiciliataria F eventuale denominazione in chiaro della banca/sportello domiciliataria/o;
after odoo/odoo@efa4f85 otherwise: 2017-05-20 03:21:02,605 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: ERROR: test_delete_due_cost_line (odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba.TestInvoiceDueCost) 2017-05-20 03:21:02,605 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: Traceback (most recent call last): 2017-05-20 03:21:02,605 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: ` File "/home/travis/build/OCA/l10n-italy/l10n_it_ricevute_bancarie/tests/test_riba.py", line 205, in test_delete_due_cost_line 2017-05-20 03:21:02,605 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: ` self.invoice.action_invoice_draft() 2017-05-20 03:21:02,606 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: ` File "/home/travis/build/OCA/l10n-italy/l10n_it_ricevute_bancarie/models/account/account.py", line 213, in action_invoice_draft 2017-05-20 03:21:02,606 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: ` line.unlink() 2017-05-20 03:21:02,606 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: ` File "/home/travis/odoo-10.0/addons/account/models/account_invoice.py", line 1360, in unlink 2017-05-20 03:21:02,606 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: ` raise UserError(_('You can only delete an invoice line if the invoice is in draft state.')) 2017-05-20 03:21:02,606 6389 ERROR openerp_test odoo.addons.l10n_it_ricevute_bancarie.tests.test_riba: ` UserError: (u'You can only delete an invoice line if the invoice is in draft state.', None)
File "odoo/lib/python2.7/site-packages/odoo/models.py", line 4369, in <lambda>
@api.returns('self', lambda value: value.id)
AttributeError: 'NoneType' object has no attribute 'id'
while duplicating
e12f143 to
a5effa4
Compare
TonyMasciI
suggested changes
Oct 5, 2023
Comment on lines
172
to
185
| <!-- | ||
| <record id="view_account_invoice_filter_unsolved" model="ir.ui.view"> | ||
| <field name="name">account.invoice.select.unsolved</field> | ||
| <record id="view_account_invoice_filter_past_due" model="ir.ui.view"> | ||
| <field name="name">account.invoice.select.past_due</field> | ||
| <field name="model">account.move</field> | ||
| <field name="inherit_id" ref="account.view_account_invoice_filter"/> | ||
| <field name="arch" type="xml"> | ||
| <filter name="unpaid" position="after"> | ||
| <filter name="unsolved" string="Past Due" domain="[('is_unsolved','=',True)]" help="Past Due Invoices"/> | ||
| <filter name="past_due" string="Past Due" domain="[('is_past_due','=',True)]" help="Past Due Invoices"/> | ||
| </filter> | ||
| </field> | ||
| </record> |
Comment on lines
156
to
160
| <!-- MABO | ||
| <field name="tax_ids" position="after"> | ||
| <field name="unsolved_move_line_ids" colspan="4" nolabel="1"/> | ||
| <field name="past_due_move_line_ids" colspan="4" nolabel="1"/> | ||
| </field> | ||
| --> |
Migration scripts not tested because `account` module cannot be migrated yet with OpenUpgrade Co-authored-by: Tony Masci <45100916+TonyMasciI@users.noreply.github.com>
Cleanup old syntax super(Class, instance) -> super() Remove unused code
a5effa4 to
5a5e002
Compare
TonyMasciI
approved these changes
Oct 5, 2023
andreampiovesana
approved these changes
Oct 5, 2023
Member
|
/ocabot merge nobump |
Contributor
|
This PR looks fantastic, let's merge it! |
OCA-git-bot
added a commit
that referenced
this pull request
Oct 5, 2023
Contributor
|
It looks like something changed on |
OCA-git-bot
added a commit
that referenced
this pull request
Oct 5, 2023
Contributor
|
It looks like something changed on |
Contributor
|
Congratulations, your PR was merged at 0acf4cf. Thanks a lot for contributing to OCA. ❤️ |
3 tasks
2 tasks
This was referenced Dec 21, 2023
[14.0][16.0][l10n_it_ricevute_bancarie] search view incompleta sulle righe movimenti contabili
#3216
Closed
Closed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sostituisce #3131.
Ho lasciato alcune modifiche in un commit separato perché applicabili anche a
14.0, nel caso qualcuno volesse cimentarsi.Risolve #3616 per
16.0.