|
@@ -7,7 +7,7 @@
|
|
|
],
|
|
|
"exclude": [
|
|
|
"active",
|
|
|
- "message_followers_ids",
|
|
|
+ "message_follower_ids",
|
|
|
"message_ids",
|
|
|
"message_is_follower",
|
|
|
"message_last_post",
|
|
@@ -51,15 +51,6 @@
|
|
|
"exclude": [],
|
|
|
"module": "sale"
|
|
|
},
|
|
|
- "customer": {
|
|
|
- "model": "res.partner",
|
|
|
- "filters": [
|
|
|
- ["customer", "=", true],
|
|
|
- ["active", "=", true]
|
|
|
- ],
|
|
|
- "exclude": [],
|
|
|
- "module": "sale"
|
|
|
- },
|
|
|
"lead": {
|
|
|
"model": "crm.lead",
|
|
|
"filters": [
|
|
@@ -100,7 +91,7 @@
|
|
|
"property_account_receivable",
|
|
|
"contract_ids",
|
|
|
"commercial_partner_id",
|
|
|
- "message_followers_ids",
|
|
|
+ "message_follower_ids",
|
|
|
"notify_email",
|
|
|
"employee_ids"
|
|
|
],
|
|
@@ -109,9 +100,30 @@
|
|
|
"partner": {
|
|
|
"model": "res.partner",
|
|
|
"filters": [
|
|
|
- ["active", "=", true]
|
|
|
+ ["active", "=", true],
|
|
|
+ ["user_ids", "=", false]
|
|
|
],
|
|
|
- "exclude": [],
|
|
|
+ "exclude": [
|
|
|
+ "property_account_position",
|
|
|
+ "signup_valid",
|
|
|
+ "ref_companies",
|
|
|
+ "signup_url",
|
|
|
+ "opt_out",
|
|
|
+ "user_ids",
|
|
|
+ "calendar_last_notif_ack",
|
|
|
+ "signup_token",
|
|
|
+ "signup_expiration",
|
|
|
+ "property_account_receivable",
|
|
|
+ "message_follower_ids",
|
|
|
+ "notify_email",
|
|
|
+ "message_ids",
|
|
|
+ "message_unread",
|
|
|
+ "message_summary",
|
|
|
+ "message_is_follower",
|
|
|
+ "message_last_post",
|
|
|
+ "use_parent_address",
|
|
|
+ "property_payment_term"
|
|
|
+ ],
|
|
|
"module": "sale"
|
|
|
}
|
|
|
}
|