Raphaël Valyi

Results 862 comments of Raphaël Valyi

Hello @gracinet so if you look the official postgres images they have postgres as their only default user: https://github.com/docker-library/postgres/blob/master/docker-entrypoint.sh Yes this is the admin user, but if you use it...

Here it is: https://github.com/anybox/anybox.recipe.odoo/pull/64 Well, I think it's acceptable to keep the test by default and skip it only as an opt-in the developer should be aware about. It's not...

so I made the change I explained previously and documented.

/ocabot migration l10n_br_account

dei um rebase para ficar mais facil testar esse PR

pessoal é bom testar o PR, porem vale lembrar que o metodo _compute_amounts não foi migrado ainda assim que eu expliquei em https://github.com/OCA/l10n-brazil/pull/2865#issue-2084521235

> _compute_amount é provável que sem terminar de migrar o _compute_amounts muitos tests não vão passar nos outros módulos, mas da para começar a ajeitar os outros PRs isso sim...

> @rvalyi róla um rebase ? feito.

> Róla um rebase ? parece ter alguns conflitos rebase feito. Se alguém quiser agilizar esse PR, eu acho que poderia propor um PR para gente com o fix pro...

what is missing is still the compute_amount correction. Also as a note: eventually the migration of global_discount to v16 can serve as a source of inspiration: - PR: https://github.com/OCA/account-invoicing/pull/1338 -...