property_sheets: generate value accessors for source/destination accounts on default supply

Without these accessors, we have to use constructs like:

    resource.edit(
        default_purchase_supply_line_destination_account='account_module/123'
    )

with the accessors, we can use:

    resource.edit(
        default_purchase_supply_line_destination_account_value=account,
    )

The former is a bit error prone, because typos in the property name
silently create a local propery and typos in the relative URL make a
"broken" relation.
12 jobs for fix/assignRoleToSecurityGroup
Status Job ID Name Coverage
  External
passed ERP5.CodingStyleTest-Master

01:29:57

passed ERP5.PerformanceTest-Master

03:12:40

failed ERP5.UnitTest-Master

04:04:52

failed ERP5.UnitTest-Master.Medusa

02:41:23

passed SlapOS.Eggs.UnitTest-Master.Python2

00:11:33

passed SlapOS.Eggs.UnitTest-Master.Python3

failed ERP5.UnitTest-Master

passed SlapOS.Eggs.UnitTest-Master.Python2

00:22:05

passed SlapOS.Eggs.UnitTest-Master.Python2

00:22:34

passed SlapOS.Eggs.UnitTest-Master.Python3

passed SlapOS.Eggs.UnitTest-Master.Python3

00:26:07

passed SlapOS.Eggs.UnitTest-Master.Python3

00:10:56