11.0 mig l10n it ricevute bancarie rt#680
Conversation
|
Hey @ruben-tonetto, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
|
@ruben-tonetto vedo conflitti su |
d3972a1 to
db954de
Compare
|
Ho fatto |
|
@ruben-tonetto controlla travis per favore |
db954de to
d9c32e3
Compare
|
Le correzioni flake sono a posto; ci sono 2 errori che non so sistemare:
|
|
Flake8 dice ancora I test invece falliscono per Dovresti provare ad eseguire i test in locale I test vanno eseguiti su DB con dati demo. per creare il DB e per testare i moduli |
|
Flake8 è passato. ho creato l'ambiente di test per l'errore dove si trova ora questo modulo nella 11? |
hai seguito queste specifiche ? https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0 C'è una parte dedicata ai cambiamenti dei report. |
|
@labaggio grazie del suggerimento. |
@ruben-tonetto Non funziona.. |
a4b9c19 to
859cf56
Compare
|
@labaggio ho sistemato il report e ho fatto la stampa, funziona |
@ruben-tonetto Per me va bene, manca solo di raggruppare i commit per autore, così poi riusciamo a farla mergiare, giusto @eLBati? :) |
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
859cf56 to
2caa4ba
Compare
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
…on riba line, and button 'Settle all' that allow to settle all the riba lines that are in state 'Accredited' (OCA#359)
…y in riba.configuration (OCA#438)
…zione, viene usato sempre lo stesso conto. (OCA#472) Allora per la riconciliazione prendiamo comunque la riga che ci interessa, quella con 'debit'
…form view 2) autopost settle and unsolved moves 3) bank expenses in move only if existing, does not make sense to have 0 value accounting lines (OCA#484)
prevent to use a bank accoun tfor "Ri.Ba. bank account", otherwise, if a bank account is used, its move lines will appear as blu lines in bank statement reconciliation
[FIX] file() to open() in test_riba [FIX] distinta_qweb report [FIX] odoo.report.render_report deprecated in test_riba.py
2caa4ba to
40b8549
Compare
dcorio
left a comment
There was a problem hiding this comment.
Ci sono errori sul form del partner, vedi commenti
| <field name="inherit_id" ref="base.view_partner_form"/> | ||
| <field name="groups_id" eval="[(4, ref('account.group_account_user'))]"/> | ||
| <field name="arch" type="xml"> | ||
| <field name="property_payment_term_id" position="after"> |
There was a problem hiding this comment.
questo separatore ed il gruppo rompono la vista, facendo sparire tutte le label ai campi.
oltretutto il campo property_payment_term_id non deriva dal modulo base, ma dal modulo account
There was a problem hiding this comment.
@ruben-tonetto puoi sistemare questa cosa?
There was a problem hiding this comment.
@labaggio purtroppo mi serve parecchio tempo per sistemarlo; meglio che ti passo il modulo se tu riesci a completarlo in tempi brevi
There was a problem hiding this comment.
Ho fatto un PR sul tuo repo, devi solo fare il merge
lbaggio#2
|
@dcorio puoi aggiornare la tua review dopo gli ultimi cambiamenti? |
|
@dcorio @alessandrocamilli voi lo usate in produzione? |
Rispondo con giusto un lieve ritardo: sì, è in uso sui clienti 11 da un annetto abbondante ormai |
| 'account.invoice', 'invoice_unsolved_line_rel', 'line_id', | ||
| 'invoice_id', 'Unsolved Invoices') | ||
| iban = fields.Char( | ||
| related='partner_id.bank_ids.acc_number', string='IBAN', store=False) |
There was a problem hiding this comment.
Non so se questo PR e ancora attivo. In ogni caso, il cliente può avere vari conti bancari, se in uno ha un mandato anullato, il related non lo sa e mete un iban non valido.
There was a problem hiding this comment.
Non so se questo PR e ancora attivo. In ogni caso, il cliente può avere vari conti bancari, se in uno ha un mandato anullato, il related non lo sa e mete un iban non valido.
Grazie. Sai se il problema è anche sulla 12?
There was a problem hiding this comment.
Forse no, il iban si ottiene di un altro modo, ma sembra anche di ottenere il primo conto che trova senza vedere il mandato. Ma come ho detto non sono sicuro, non ho una 12 per provare adesso.
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
No description provided.