Pedro M. Baeza

Results 36 issues of Pedro M. Baeza

# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0 # Modules to migrate - [ ] medical - By @rgarnau - #200 - [ ] medical_agpl - [ ] medical_center - By @rgarnau - #201 -...

help wanted
work in progress

# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-9.0 # Modules to migrate - [x] medical - @lasley https://github.com/OCA/vertical-medical/pull/69 - [ ] medical_family - [ ] medical_insurance - #102 - [ ] medical_insurance_us - @lasley -...

help wanted
work in progress

# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-10.0 # Modules to migrate - [ ] medical - #119 - [ ] medical_base_history - @jcdrubay LasLabs#80 (incubator) - [ ] medical_base_kanban - Deprecated for OCA/server-tools#681 -...

help wanted
work in progress

Forward-port of #853 Steps to reproduce the problem: - Create a new contract - Set "Recurrence at line level?" - Add a new line, with following data: * Invoice Every:...

HI, @feketemihai @jbeficent, I would like to share with you several things after testing `account_financial_reporting` to see possible fixes/improvements: * If you mark "Hide account ending balance at 0", indeed...

bug
enhancement
stale

Previous to this commit, every time there's a difference between the expected quantities (ordered/received vs invoiced), the invoice status was overwritten, not allowing other modules like `purchase_force_invoiced` to act. Now,...

stale

``` odoo.addons.account_invoice_change_currency.tests.test_account_invoice_change_currency: AssertionError: 2388.14 != 2388.1400000000003 : Total amount of invoice does not equal to expected value!!! ```

stale

This field was editable in previous version before invoice > move refactoring, and it's logic to allow to change payment mode once the invoice has been posted without the need...

approved
ready to merge

Steps to reproduce: - Have a big bunch of invoices (200+). - Include all of them in a payment order. - Configure the payment mode to post transit moves. -...

bug

There was an unneeded mapped of the initial statements that fetches a lot of data from statement lines that are not going to be used later, so let's remove it...

approved