~zaber/openobject-addons/stable_5.0-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<terp>
	<data>
		<wizard
			string="Synchronize objects"
			model="account.analytic.account"
			name="account.analytic.account.transfer"
			id="wizard_cost_account_synchro"/>
		<menuitem
			name="Administration/Synchronization/Execute Synchronization"
			action="wizard_cost_account_synchro"
			type="wizard"
			id="menu_wizard_cost_account_synchro"/>

	</data>
</terp>