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

g[ADD] l10n_mn: Add Mongolia Accounting #31563

Closed
wants to merge 7 commits into from

Conversation

jva-odoo
Copy link
Contributor

@jva-odoo jva-odoo commented Mar 4, 2019

@@ -0,0 +1,2 @@
id,property_account_receivable_id/id,property_account_payable_id/id,property_account_expense_categ_id/id,property_account_income_categ_id/id,income_currency_exchange_account_id/id,expense_currency_exchange_account_id/id
l10n_mn.mn_chart_1,l10n_mn.account_template_1201_0201,l10n_mn.account_template_3101_0201,l10n_mn.account_template_7002_1101,l10n_mn.account_template_5101_0201,l10n_mn.account_template_5301_0201,l10n_mn.account_template_5302_0201
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hello @jco-odoo
Plz, Verify this default account template

Copy link
Contributor

Choose a reason for hiding this comment

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

This is clearer to me in the xml. Did you find this in the document? (I can ask)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I can't Find this in Documents.
But as per knowledge, I do this.
So need to Verify 😃

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you remove this csv and put it in the xml? So you just need default account payable/receivable?

@C3POdoo C3POdoo added the RD research & development, internal work label Mar 4, 2019
Copy link
Contributor

@jco-odoo jco-odoo left a comment

Choose a reason for hiding this comment

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

Some comments to check we are going in the right direction.

tax_group_no_vat_0,No VAT
tax_group_0,Zero VAT
tax_group_10,VAT 10%
tax_group_export_vat_0,Exporting VAT 0%
Copy link
Contributor

Choose a reason for hiding this comment

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

Should not we just have one tax group with 0% instead of 3?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, We Can Do it If tax report no need separate value for this three 0% tax.

l10n_mn.tax_purchase_vat_10,Purchase VAT,10.00%,purchase,percent,10,l10n_mn.mn_chart_1,1,l10n_mn.tax_group_10
l10n_mn.tax_sale_no_vat_0,No VAT,0.00%,sale,percent,0,l10n_mn.mn_chart_1,2,l10n_mn.tax_group_no_vat_0
l10n_mn.tax_sale_zero_vat_0,Zero VAT,0.00%,sale,percent,0,l10n_mn.mn_chart_1,3,l10n_mn.tax_group_0
l10n_mn.tax_sale_export_vat_0,Exporting VAT,0.00%,sale,percent,0,l10n_mn.mn_chart_1,4,l10n_mn.tax_group_export_vat_0
Copy link
Contributor

Choose a reason for hiding this comment

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

There is a separate csv with all the taxes where almost all the work is done. You should take that one.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

<field name="name">Mongolia</field>
<field name="bank_account_code_prefix">11</field>
<field name="cash_account_code_prefix">10</field>
<field name="transfer_account_code_prefix">16</field>
Copy link
Contributor

Choose a reason for hiding this comment

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

Check comments on task

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok Done

<field name="transfer_account_code_prefix">16</field>
<field name="code_digits">8</field>
<field name="currency_id" ref="base.MNT"/>
<field name="spoken_languages" eval="'lang_mn'"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't want multilang, so I don't know what this spoken_languages is doing here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, I remove it.

@jva-odoo jva-odoo force-pushed the master-l10n-mn-jva branch 2 times, most recently from 68f7a37 to 8a26c0e Compare March 6, 2019 06:51
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Mar 6, 2019
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Mar 6, 2019
@jva-odoo
Copy link
Contributor Author

jva-odoo commented Mar 6, 2019

Hello @jco-odoo
All change Done. 👍

@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Mar 6, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Mar 8, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Mar 11, 2019
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Mar 19, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Mar 19, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Mar 26, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Mar 27, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 17, 2019
@jva-odoo
Copy link
Contributor Author

Replace on #32830

@jva-odoo jva-odoo closed this Apr 19, 2019
@robodoo robodoo added closed 💔 and removed CI 🤖 Robodoo has seen passing statuses labels Apr 19, 2019
@xmo-odoo xmo-odoo deleted the master-l10n-mn-jva branch November 20, 2019 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants