I want to use account_analytic_default module, but I don't know what is the operator between the condition.
In a rule if I set a partner condition(A) and a product condition(B), Will the analytic account be chosen if :
- A is true OR B is true ? or
- A is true AND B is true ?
Can you give a bit more info? What condition are you talking about? What do you want to achieve with this rule?
I want to fill the analytic_account field to an invoice line. I want to set the account if the product AND the salesman match a pattern. account depends of pattern. Ideally I want to match the product category but I've to customize the module.
It will be chosen when A is true AND B is true. And, indeed, productcategory would have definately been more useful then just product. :-)
can you post an answer? I will accept yours and increase your karma.