Aung Ko Ko Lin (Quartile)

Results 128 issues of Aung Ko Ko Lin (Quartile)

This module introduces improvements to our project task management. Now, users can locate tasks using not only the task name, but also the unique task ID. Furthermore, to make tasks...

approved
ready to merge

This PR supersedes https://github.com/OCA/account-analytic/pull/537. @qrtl

Supersede of https://github.com/OCA/account-analytic/pull/543 @qrtl

needs review
no stale

This module adds a many2many analytic accounts field to the analytic mixin, calculated from the value of the analytic distribution, in an effort to mitigate the difficulties associated with the...

https://github.com/ajepe/odoo-addons/blob/a7d77742aef82cbf14d07f9fa3016d103545d04e/restful/models/ir_model.py#L29-L99 I found you added some customize code but you added `return` statement before your customization. The code after `return` statement will never be reached and worked. So, is that...

https://github.com/ajepe/odoo-addons/blob/a7d77742aef82cbf14d07f9fa3016d103545d04e/restful/models/ir_model.py#L29 Thanks for the module. But I don't understand what is the reason of adding `return` after called super(). So, the below code will never be reached. So, there is...

This module adopts the functionality of stock_owner_restriction in the manufacturing order. This module will assign the owner for the produced product. Related - https://github.com/OCA/stock-logistics-workflow/pull/1231 @qrtl

`assign.manual.quants._check_qty()` would show an error when you tried to consume more than you were supposed to, however this should not be applied in the manufacturing context where component losses/overcomsumption should...

This module transfers the analyic_distribution from the source MO to a newly created MO that is generated based on the stock rule. Related: https://github.com/OCA/account-analytic/pull/536 @qrtl