Skip to content

Conversation

@AtaponDew
Copy link

No description provided.

@AtaponDew AtaponDew mentioned this pull request May 19, 2025
22 tasks
@AaronHForgeFlow
Copy link
Contributor

Hi @AtaponDew the dependency is merged now :) Can you please rebase?

Comment on lines 11 to 20
def _generate_valuation_lines_data(
self,
partner_id,
qty,
debit_value,
credit_value,
debit_account_id,
credit_account_id,
description,
):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are missing parameter: svl_id

Suggested change
def _generate_valuation_lines_data(
self,
partner_id,
qty,
debit_value,
credit_value,
debit_account_id,
credit_account_id,
description,
):
def _generate_valuation_lines_data(
self,
partner_id,
qty,
debit_value,
credit_value,
debit_account_id,
credit_account_id,
svl_id,
description,
):

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @kongrattapong, I have committed fix of this issue.

serpentcs-dev1 and others added 20 commits June 11, 2025 17:14
Added Test Cases.

Improved code for test cases

Migrated Valuation method of quants.

Migrated Valuation method _account_entry_move of quants.

Completed test cases and modified valuation method
Currently translated at 100.0% (3 of 3 strings)

Translation: operating-unit-13.0/operating-unit-13.0-stock_account_operating_unit
Translate-URL: https://translation.odoo-community.org/projects/operating-unit-13-0/operating-unit-13-0-stock_account_operating_unit/es/
@AtaponDew AtaponDew force-pushed the 18.0-mig-stock_account_operating_unit branch from 379c656 to 630d914 Compare June 11, 2025 10:15
@AtaponDew
Copy link
Author

AtaponDew commented Jun 11, 2025

@AaronHForgeFlow I've already rebase, please review. Thanks.

@github-actions
Copy link

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.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Dec 14, 2025
@AaronHForgeFlow AaronHForgeFlow removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants