account_tax_include is no longer available in addons branch

Asked by OpenBMS JSC

I cannot find account_tax_include module in branch addons any more, although it seems to be available at least before 23/12/2010. The document (http://doc.openerp.com/technical_guide/account_tax_include.html#module-account_tax_include) says this is an official and quality certified module.

Is there any reason that this is no longer available in branch addons?

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
OpenBMS JSC (openbmsjsc) said :
#1

I found out that this was removed in the trunk-dev-addons2 around 28/12/2010.
        ------------------------------------------------------------
        revno: 3363.111.101 [merge]
        committer: <email address hidden>
        branch nick: ron-dev-addons2
        timestamp: Tue 2010-12-28 14:58:40 +0530
        message:
          [MERGE]trunk-dev-addons2
        removed:
          account_tax_include/

May I ask what was the reason for this removal? Maybe this should be flagged as a serious bug

Revision history for this message
Open Net Sàrl (openerp-open-net) said :
#2

In fact, for the same item, it seems that one field is missing in the account.tax's form, in second tab.
In this tab, we have the opportunity to modify the two python-based fields:
- "python_applicable"
- "python_compute"

Let me propose you to add these two lines:
    <separator colspan="4" string="Reverse Compute Code (if type=code)"/>
    <field colspan="4" name="python_compute_inv" nolabel="1" attrs="{'readonly':[('type','!=','code')],'required':[('type','=','code')]}"/>
just before the tag </page> that corresponds to:
<page groups="base.group_extended" string="Special Computation">

Best regards

Revision history for this message
Fabien (Open ERP) (fp-tinyerp) said :
#3

hello OpenNet,

That's a good idea, I just commited your suggestion to trunk.

Can you help with this problem?

Provide an answer of your own, or ask OpenBMS JSC for more information if necessary.

To post a message you must log in.