Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][IMP] eFactura pentru pf #1153

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Conversation

dhongu
Copy link
Contributor

@dhongu dhongu commented Dec 16, 2024

No description provided.

@OCA-git-bot
Copy link
Contributor

Hi @feketemihai,
some modules you are maintaining are being modified, check this out!

@@ -46,6 +46,14 @@ def _get_partner_party_tax_scheme_vals_list(self, partner, role):
vals["tax_scheme_id"] = "!= VAT"
return vals_list

def _get_partner_party_legal_entity_vals_list(self, partner):
val_list = super()._get_partner_party_legal_entity_vals_list(partner)
if not partner.is_company and not partner.parent_id and not partner.vat:
Copy link
Member

Choose a reason for hiding this comment

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

Cred ca ar trebui pus un camp pe partener daca se trimite cnp-ul la persoane sau nu, de obicei fara un camp de cnp in baza folosim vat pentru persoane fizice, deci daca e completat trebuie sa avem posibilitatea sa ii dam clinetului sa aleaga daca vrea sa ii trimitem pe cnp sau nu.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cazul in care la CUI e completat cu CNP pentru a fi utilizat in at scop este unul particular.

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.

3 participants